This event occurs after a document has been replaced.
Syntax
Private Sub AMUIExtension_AfterReplace(
ByVal CurrentObject As Object,
ByVal TargetFolder As AMEDM.IAMFolder)
Name | Description |
---|---|
CurrentObject |
The document that has been replaced (AMDocument object) |
TargetFolder |
The folder where the new document is stored |
Remarks
The equivalent VBScript event is the Replace script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.